home *** CD-ROM | disk | FTP | other *** search
/ Easy Personal Web Page / Easy Personal Web Page.iso / EMAIL / ESIG / REG95.EXE / 0 / RCDATA / TVALIDATORDLG / TVALIDATORDLG.txt
Text File  |  1996-08-30  |  3KB  |  137 lines

  1. object ValidatorDlg: TValidatorDlg
  2.   Left = 267
  3.   Top = 197
  4.   ActiveControl = UserNameEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Validation'
  7.   ClientHeight = 265
  8.   ClientWidth = 433
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 417
  20.     Height = 217
  21.     Style = bsRaised
  22.   end
  23.   object Bevel2: TBevel
  24.     Left = 16
  25.     Top = 104
  26.     Width = 401
  27.     Height = 105
  28.   end
  29.   object UserNameLabel: TLabel
  30.     Left = 24
  31.     Top = 111
  32.     Width = 120
  33.     Height = 13
  34.     Caption = 'User Name:'
  35.   end
  36.   object RegNoLabel: TLabel
  37.     Left = 24
  38.     Top = 159
  39.     Width = 120
  40.     Height = 13
  41.     Alignment = taRightJustify
  42.     Caption = 'Registration Number:'
  43.   end
  44.   object Label1: TLabel
  45.     Left = 32
  46.     Top = 16
  47.     Width = 133
  48.     Height = 29
  49.     Caption = 'ESig95  v2.1'
  50.     Font.Color = clNavy
  51.     Font.Height = -24
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object Label2: TLabel
  57.     Left = 200
  58.     Top = 16
  59.     Width = 193
  60.     Height = 13
  61.     Alignment = taCenter
  62.     AutoSize = False
  63.     Caption = 'Copyright ∩┐╜ 1996 Doesn'#39't Byte Software'
  64.     Font.Color = clBlack
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = []
  68.     ParentFont = False
  69.   end
  70.   object Label3: TLabel
  71.     Left = 200
  72.     Top = 32
  73.     Width = 193
  74.     Height = 13
  75.     Alignment = taCenter
  76.     AutoSize = False
  77.     Caption = 'All rights reserved'
  78.     Font.Color = clBlack
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentFont = False
  83.   end
  84.   object Label4: TLabel
  85.     Left = 16
  86.     Top = 64
  87.     Width = 393
  88.     Height = 32
  89.     Alignment = taCenter
  90.     Caption = 
  91.       'Please enter your Username and Registration number below as give' +
  92.       'n by Doesn'#39't Byte Software:'
  93.     Font.Color = clBlack
  94.     Font.Height = -13
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = [fsBold]
  97.     ParentFont = False
  98.     WordWrap = True
  99.   end
  100.   object OKBtn: TBitBtn
  101.     Left = 110
  102.     Top = 232
  103.     Width = 77
  104.     Height = 27
  105.     TabOrder = 0
  106.     Kind = bkOK
  107.     Margin = 2
  108.     Spacing = -1
  109.     IsControl = True
  110.   end
  111.   object CancelBtn: TBitBtn
  112.     Left = 238
  113.     Top = 232
  114.     Width = 77
  115.     Height = 27
  116.     TabOrder = 1
  117.     Kind = bkCancel
  118.     Margin = 2
  119.     Spacing = -1
  120.     IsControl = True
  121.   end
  122.   object UserNameEdit: TEdit
  123.     Left = 24
  124.     Top = 128
  125.     Width = 385
  126.     Height = 21
  127.     TabOrder = 2
  128.   end
  129.   object RegNoEdit: TEdit
  130.     Left = 24
  131.     Top = 176
  132.     Width = 385
  133.     Height = 21
  134.     TabOrder = 3
  135.   end
  136. end
  137.